Skip to content

Commit 3948ba7

Browse files
committed
Merge branch 'master' of github.com:TechEmpower/FrameworkBenchmarks
1 parent 5bbcbe7 commit 3948ba7

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Rust/hyperlane/src/server

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/server/const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub(crate) const RESPONSEDATA_STR: &str = "Hello, World!";
2-
pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!\r\n";
2+
pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!";
33
pub(crate) const DATABASE_TYPE: &str = "postgres";
44
pub(crate) const DATABASE_HOST: &str = "tfb-database";
55
pub(crate) const DATABASE_USER_NAME: &str = "benchmarkdbuser";

0 commit comments

Comments
 (0)