How to recurrent the official benmarks of jetson orin nx 16G?

@AastaLLL
1、I have explained it in the above question and link(How to reproduce the official benmarks of jetson orin nx 16G?).
“I have read this page and have the following questions:

  1. The model in the csv on the page does not seem to correspond to the model on the Jetson Benchmarks | NVIDIA Developer page;
  2. I tried to run the program and got the following error:
    Please close all other applications and Press Enter to continue…
    Setting Jetson orin in max performance mode
    Traceback (most recent call last):
    File “benchmark.py”, line 130, in
    main()
    File “benchmark.py”, line 28, in main
    system_check.run_set_clocks_withDVFS()
    File “/home/jetson/Desktop/benchmark/jetson_benchmarks/utils/utilities.py”, line 47, in run_set_clocks_withDVFS
    self.set_clocks_withDVFS(frequency=self.gpu_freq, device=‘gpu’)
    File “/home/jetson/Desktop/benchmark/jetson_benchmarks/utils/utilities.py”, line 77, in set_clocks_withDVFS
    self.set_frequency(device=device, enable_register=self.enable_register, freq_register=self.freq_register, frequency=frequency, from_freq=from_freq)
    File “/home/jetson/Desktop/benchmark/jetson_benchmarks/utils/utilities.py”, line 88, in set_frequency
    self.write_internal_register(freq_register1, frequency)
    File “/home/jetson/Desktop/benchmark/jetson_benchmarks/utils/utilities.py”, line 108, in write_internal_register
    reg_write = open(register, “w”)
    FileNotFoundError: [Errno 2] No such file or directory: ‘/sys/kernel/debug/bpmp/debug/clk/nafll_gpc1/rate’”