scripts to run benchmarks
This commit is contained in:
13
benchmarks/e2e/keys_test.go
Normal file
13
benchmarks/e2e/keys_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package e2e_bench_test
|
||||
|
||||
// Development key pair from config/local-retail-bap.yaml.
|
||||
// Used across the retail devkit for non-production testing.
|
||||
// DO NOT use in any production or staging environment.
|
||||
const (
|
||||
benchSubscriberID = "sandbox.food-finder.com"
|
||||
benchKeyID = "76EU7VwahYv4XztXJzji9ssiSV74eWXWBcCKGn7jAdm5VGLCdYAJ8j"
|
||||
benchPrivKey = "rrNtVgyASCGlo+ebsJaA37D5CZYZVfT0JA5/vlkTeV0="
|
||||
benchPubKey = "oFIk7KqCqvqRYkLMjQqiaKM5oOozkYT64bfLuc8p/SU="
|
||||
benchEncrPrivKey = "rrNtVgyASCGlo+ebsJaA37D5CZYZVfT0JA5/vlkTeV0="
|
||||
benchEncrPubKey = "oFIk7KqCqvqRYkLMjQqiaKM5oOozkYT64bfLuc8p/SU="
|
||||
)
|
||||
Reference in New Issue
Block a user