Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Commit 716b8d3

Browse files
authored
readd some benchmarks
1 parent 065f839 commit 716b8d3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

benchmark/benchmark.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ void main()
1717

1818
string[][] results;
1919

20-
/+
2120
benchmarks = [
2221
() {
2322
foreach (i; 0 .. repeat)
@@ -63,18 +62,13 @@ void main()
6362
}
6463
}
6564
];
66-
+/
67-
6865

6966
results ~= benchmark(benchmarks);
70-
7167
/+ sample output on github codespaces
72-
7368
1: 327 ms, 110 μs, and 7 hnsecs
7469
2: 5 secs, 931 ms, 412 μs, and 9 hnsecs
7570
3: 734 ms, 360 μs, and 3 hnsecs
7671
4: 597 ms, 116 μs, and 7 hnsecs
77-
7872
+/
7973

8074
benchmarks = [

0 commit comments

Comments
 (0)