Skip to content

Commit 90f4538

Browse files
committed
Remove use of perflock from benchmark.sh
It didn't seem to do much as I always run it with no other programs running anyway, and it means other devs can run this script easily even without perflock.
1 parent 1d8e95e commit 90f4538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
perflock go test ./interp -bench=. -count=5 > benchmarks_new.txt
2+
go test ./interp -bench=. -count=5 > benchmarks_new.txt

0 commit comments

Comments
 (0)