Skip to content

Commit

Permalink
update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Dec 5, 2021
1 parent f7fd313 commit f02c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze_benches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const file = `// This file is part of Acala.
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
pub static RATIO: u64 = ${output[0].ratio};
pub const RATIO: u64 = ${output[0].ratio};
`;

const output_path = process.argv.slice(2)[0];
Expand Down

0 comments on commit f02c576

Please sign in to comment.