We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d83f8f commit 009d0a9Copy full SHA for 009d0a9
.github/workflows/benchmark.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
julia -e '
26
using BenchmarkCI
27
- BenchmarkCI.judge()
+ BenchmarkCI.judge(baseline = "origin/main")
28
BenchmarkCI.displayjudgement()
29
'
30
.gitignore
@@ -1,2 +1,4 @@
1
Manifest.toml
2
-.vscode
+.vscode
3
+/.benchmarkci
4
+/benchmark/*.json
benchmark/Project.toml
@@ -0,0 +1,5 @@
+[deps]
+BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
+QuantumClifford = "0525e862-1e90-11e9-3e4d-1b39d7109de1"
+QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
5
+QuantumSymbolics = "efa7fd63-0460-4890-beb7-be1bbdfbaeae"
0 commit comments