Skip to content

Commit

Permalink
remove zip benchmark that was helpful during development
Browse files Browse the repository at this point in the history
We don't currently have a benchmark for this "zip" behavior of △, but
modifying the existing local benchmark would invalidate the trends for
that benchmark.
  • Loading branch information
countvajhula committed Jan 17, 2025
1 parent 2f4ba2e commit a8aba19
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions qi-sdk/benchmarks/local/benchmarks.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -178,19 +178,6 @@ for the forms are run.
check-values
300000)))

(module zip "base.rkt"
(provide run)

(define (~zip . vs)
(apply
(☯ (△ +))
vs))

(define (run)
(run-benchmark ~zip
check-list-values
50000)))

(module ground "base.rkt"
(provide run)

Expand Down Expand Up @@ -926,7 +913,6 @@ for the forms are run.
(prefix-in relay: (submod ".." relay))
(prefix-in relay*: (submod ".." relay*))
(prefix-in amp: (submod ".." amp))
(prefix-in zip: (submod ".." zip))
(prefix-in ground: (submod ".." ground))
(prefix-in thread: (submod ".." thread))
(prefix-in thread-right: (submod ".." thread-right))
Expand Down Expand Up @@ -997,7 +983,6 @@ for the forms are run.
"relay" relay:run
"relay*" relay*:run
"amp" amp:run
"zip" zip:run
"ground" ground:run
"thread" thread:run
"thread-right" thread-right:run
Expand Down

0 comments on commit a8aba19

Please sign in to comment.