scripts to run benchmarks

This commit is contained in:
Mayuresh
2026-04-01 17:19:37 +05:30
parent b7081477c0
commit bccb381bfa
13 changed files with 4917 additions and 0 deletions

View 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="
)