Skip to content

Commit 5ecd461

Browse files
committed
Check in benchmarking changes
1 parent 36f8e55 commit 5ecd461

File tree

6 files changed

+1195
-1247
lines changed

6 files changed

+1195
-1247
lines changed

src/JSON/Benchmarks/BenchInterop.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using System.ComponentModel.DataAnnotations;
12
using System.Diagnostics;
23
using System.Numerics;
34

@@ -10,7 +11,7 @@ public static byte[] ReadInput() {
1011
}
1112

1213
public static void StartTimer() {
13-
Chrono.Start();
14+
Chrono.Restart();
1415
}
1516

1617
public static void ReportTimer(Dafny.ISequence<char> label, BigInteger nBytes, uint repeats) {

0 commit comments

Comments
 (0)